body {
	background-color: #f3eeea;
    text-align: center;
    margin: 0; 
}

header {
    display: flex; 
    align-items: center; 
    padding: 10px; 
}

.buttons-header {
	display: flex;
    justify-content: space-between;  
	padding: 10px;
	
}

a {
	color: black;
	text-decoration: none;
}

.school-header {
	margin-right: 15px;
	background-color: #8a6344;
	color: white;
	font-weight: 100;
}

.own-header {
	margin-right: 15px;
	font-weight: 100;
}

.gallery-header {
	margin-right: 320px;
	font-weight: 100;
}

h1{
	margin-right: 600px;
}

footer {
	text-align: start;
	margin-top: 100px;
}